home *** CD-ROM | disk | FTP | other *** search
- object FrmInput: TFrmInput
- Left = 322
- Top = 201
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Script running requires input...'
- ClientHeight = 264
- ClientWidth = 350
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 120
- TextHeight = 16
- object EditData: TEdit
- Left = 8
- Top = 66
- Width = 327
- Height = 24
- TabOrder = 0
- end
- object BtnOK: TButton
- Left = 218
- Top = 100
- Width = 113
- Height = 33
- Caption = 'Proceed...'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object MemoNote: TMemo
- Left = 8
- Top = 158
- Width = 345
- Height = 71
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'Why am I seeing this box? - You are being asked for '
- 'information by a script currently running within Poco. This '
- 'question is NOT coming directly from Poco. Don'#39't give out '
- 'sensitive information to untrusted source.')
- ParentFont = False
- ReadOnly = True
- TabOrder = 3
- end
- object BtnCancel: TButton
- Left = 218
- Top = 226
- Width = 113
- Height = 29
- Cancel = True
- Caption = 'Cancel Script'
- ModalResult = 2
- TabOrder = 2
- end
- object MemoDesc: TMemo
- Left = 8
- Top = 14
- Width = 333
- Height = 52
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- ReadOnly = True
- TabOrder = 4
- end
- end
-